tsNetGetTimeouts
Type
function
Summary
Returns the current timeout values used by tsNet external.
Syntax
tsNetGetTimeouts()
Description
Returns the current timeout values used by tsNet external.
Examples
put tsNetGetTimeouts() into tTimeouts
set the itemDel to comma
put item 1 of tTimeouts into tDnsCacheTimeout
put item 2 of tTimeouts into tRequestTimeoutMS
put item 3 of tTimeouts into tConnectTimeoutMS
put item 4 of tTimeouts into tAcceptTimeoutMS
put item 5 of tTimeouts into tLowSpeedTime
put item 6 of tTimeouts into tLowSpeedLimit
Value
Name | Type | Description |
---|---|---|
return | The tsNetGetTimeouts function returns a comma separated list of timeout values in the following order: DNS cache timeout, request timeout, connect timeout, accept timeout, low speed time, low speed limit. For more information about these values, look at the information listed under the tsNetSetTimeouts command. |
Related
command: tsNetSetTimeouts
library: tsNet
Compatibility and Support
Introduced
LiveCode 8.1
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile